GtkActionable: Update the docs
authorMatthias Clasen <mclasen@redhat.com>
Fri, 30 May 2014 11:05:50 +0000 (07:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 30 May 2014 11:05:50 +0000 (07:05 -0400)
Actionable is no longer restricted to "app" and "win" actions.

gtk/gtkactionable.c

index e6b7cf9c2218c88362a581ca1f8e0eeea75d7902..11c435a3367473f8fbb19e47598269298a5a2cae 100644 (file)
  * and #GtkActionable:action-target. There are also some convenience APIs
  * for setting these properties.
  *
- * This interface is presently only meaningful if used on a widget that
- * is (or will be) located inside of a #GtkApplicationWindow and can
- * only be used to associate the widget with actions on that window, or
- * its associated #GtkApplication.
+ * The action will be looked up in action groups that are found among
+ * the widgets ancestors. Most commonly, these will be the actions with
+ * the "win" or "app" prefix that are associated with the #GtkApplicationWindow
+ * or "GtkApplication, but other action groups that are added with
+ * gtk_widget_insert_action_group() will be consulted as well.
  *
  * Since: 3.4
  **/